home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / pljv.zip / C.CMD < prev    next >
OS/2 REXX Batch file  |  1993-03-22  |  159b  |  8 lines

  1. @echo off
  2. if "%TMP%" == "" (md c:\tmp & set tmp=c:\tmp)
  3. vcd %1 %2 > %TMP%\vcdx.cmd
  4. if errorlevel 1 goto end
  5. call %TMP%\vcdx.cmd
  6. :end
  7. del %TMP%\vcdx.cmd
  8.